home *** CD-ROM | disk | FTP | other *** search
- ; cdc 1.8 (24 Apr 1996)
- ; CAT Catalog Emitter $Revision: 1.20 $
- ;
- ; Catalog definitions for module "Graphics" (Graphics.Book)
- ;
- ; Original Command Line:
- ;
- ; Z:\SCALA\BIN\CDC.EXE -q -t -c -n
- ; C:\TMP\catch.dir\out\graphics;Z:\scala\names -i
- ; C:\TMP\catch.dir\include;Z:\scala\include graphics.cdl -o
- ; graphics.cdl.err -e CPublicHead -v -s -o
- ; C:\TMP\catch.dir\obj\graphics\DERIVED\graphics.h -e CPrivateHead -v
- ; -s -o C:\TMP\catch.dir\obj\graphics\DERIVED\INTERNAL\graphics.ph -e
- ; CPublicDoc -o C:\TMP\catch.dir\obj\graphics\DERIVED\graphics.doc -e
- ; CPrivateDoc -o
- ; C:\TMP\catch.dir\obj\graphics\DERIVED\INTERNAL\graphics.doc -e
- ; CPublicIPF -o C:\TMP\catch.dir\obj\graphics\DERIVED\graphics.ipf -e
- ; CPrivateIPF -o
- ; C:\TMP\catch.dir\obj\graphics\DERIVED\INTERNAL\graphics.ipf -e
- ; Catalog -c -o C:\scala\Scala\Catalogs\graphics.msg -e NameDB -o
- ; C:\TMP\catch.dir\out\graphics\graphics.ndb
- ;
- ; THIS FILE IS COMPUTER GENERATED, NO HUMAN GENERATED CHANGES ARE PERMITTED
- ;
- VERSION 1
- REVISION 24
- LANGUAGE "English"
- NATURALNAME "Graphics"
- ; BITMAP_UnsupportedPrimitive
- ; The primitive isn't supported
- MSG 0x06501c01 "The primitive (%1) is not supported."
- ; BITMAP_Planar
- ; Planar mode. A number of bitplanes define each pixel. We support <= 8
- ; bits pr. plane for palette mapped images and 0 < bits pr. plane <= 24
- ; for planar true color bitmaps. A planar truecolor bitmap is a planar
- ; bitmap with a bitdepth that is evenly divisible by 3. Such a bitmap
- ; can not have a palette and should be forced not to have one by using
- ; the SET_BITMAP_PaletteMapped(FALSE) override key at create time of
- ; the bitmap.
- MSG 0x06500001 "planar"
- ; BITMAP_Chunky
- ; One byte one pixel. The simplest of all the bitmap models, IMO.
- ; BITMAP_Depth() is not defined as a set/get query for this model.
- MSG 0x06500002 "chunky"
- ; BITMAP_True
- ; 24 bit three bytes per pixel. Three planes. R, G, B. In light of the
- ; presence of truecolor planar bitmaps it is important to note that
- ; CONST_BITMAP_True exclusively defines a 24bit three channel bitmap
- ; with exactly one byte pr. channel. Eventually we will support higher,
- ; (but not less), bitdepths for this kind of bitmaps.
- MSG 0x06500004 "chunky true color"
- ; BITMAP_Nibble
- ; GI bitmap organization. Half a byte per pixel. Now this format is
- ; also supported throughout the system to speed up the use of 4bit
- ; chunky file formats which are quite common on the PC. A Nibble bitmap
- ; in this context has two pixels pr. byte.
- MSG 0x06500006 "nibble"
- ; BITMAP_UnsupportedMinterm
- ; Not all methods/operations support all minterms.
- MSG 0x06500402 "Method (%1) does not support minterm (%2)."
- ; BITMAP_UnsupportedModel
- ; The bitmap model may not be supported by all and everybody
- MSG 0x06500802 "Method (%1) does not support bitmap model (%2)."
- ; BITMAP_UnsupportedOperation
- ; Not all operations between bitmaps are supported.
- MSG 0x06500c01 "Unsupported operation (%1)."
- ; BITMAP_UnsupportedConversion
- ; Conversion between bitmap models not supported
- MSG 0x06501002 "\"%1\" to \"%2\" conversion is not supported."
- ; VLIST_NoMatchingMode
- ; No matching mode could be found.
- MSG 0x06501400 "No matching mode was found."
- ; GRAPHICS_AbortFailure
- ; This method does not *abort* the read access, it causes a failure for
- ; the read access.
- ; It is up to the caller of the read access method to interpret this
- ; particular method in any way seen fit.
- MSG 0x06502000 "DEBUG: A failure was simulated by Do_GRAPHICS_Abort. This error string should never be displayed."
-